﻿2026-07-19T11:03:27.1709744Z ##[group]Run set -euo pipefail
2026-07-19T11:03:27.1710682Z [36;1mset -euo pipefail[0m
2026-07-19T11:03:27.1711491Z [36;1mPIN=0c95435[0m
2026-07-19T11:03:27.1712270Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-19T11:03:27.1713234Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-19T11:03:27.1714569Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-19T11:03:27.1716263Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-19T11:03:27.1717966Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-19T11:03:27.1719412Z [36;1m  rm -rf "$CACHE"[0m
2026-07-19T11:03:27.1720327Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-19T11:03:27.1721437Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-19T11:03:27.1722768Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-19T11:03:27.1724356Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-19T11:03:27.1725310Z [36;1mfi[0m
2026-07-19T11:03:27.1726437Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-19T11:03:27.1741581Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-19T11:03:27.1742725Z env:
2026-07-19T11:03:27.1743463Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-19T11:03:27.1744355Z ##[endgroup]
2026-07-19T11:03:27.4728168Z    Compiling proc-macro2 v1.0.106
2026-07-19T11:03:27.4730167Z    Compiling quote v1.0.45
2026-07-19T11:03:27.4731037Z    Compiling unicode-ident v1.0.24
2026-07-19T11:03:27.4731896Z    Compiling libc v0.2.186
2026-07-19T11:03:27.4732693Z    Compiling serde_core v1.0.228
2026-07-19T11:03:27.4733524Z    Compiling cfg-if v1.0.4
2026-07-19T11:03:27.4769965Z    Compiling serde v1.0.228
2026-07-19T11:03:27.4781617Z    Compiling log v0.4.32
2026-07-19T11:03:27.4824168Z    Compiling pin-project-lite v0.2.17
2026-07-19T11:03:27.4844601Z    Compiling typenum v1.20.1
2026-07-19T11:03:27.4878314Z    Compiling portable-atomic v1.13.1
2026-07-19T11:03:27.4916462Z    Compiling memchr v2.8.1
2026-07-19T11:03:27.4968667Z    Compiling version_check v0.9.5
2026-07-19T11:03:27.5143216Z    Compiling find-msvc-tools v0.1.9
2026-07-19T11:03:27.5146775Z    Compiling critical-section v1.2.0
2026-07-19T11:03:27.5289777Z    Compiling shlex v2.0.1
2026-07-19T11:03:27.5539919Z    Compiling bytes v1.11.1
2026-07-19T11:03:27.5661689Z    Compiling subtle v2.6.1
2026-07-19T11:03:27.6121108Z    Compiling futures-core v0.3.32
2026-07-19T11:03:27.7452225Z    Compiling smallvec v1.15.1
2026-07-19T11:03:27.7531561Z    Compiling equivalent v1.0.2
2026-07-19T11:03:27.7572864Z    Compiling itoa v1.0.18
2026-07-19T11:03:27.7893259Z    Compiling semver v1.0.28
2026-07-19T11:03:27.7956550Z    Compiling stable_deref_trait v1.2.1
2026-07-19T11:03:27.8177568Z    Compiling slab v0.4.12
2026-07-19T11:03:27.8371907Z    Compiling futures-sink v0.3.32
2026-07-19T11:03:27.8443543Z    Compiling futures-io v0.3.32
2026-07-19T11:03:27.8780765Z    Compiling futures-task v0.3.32
2026-07-19T11:03:27.8942417Z    Compiling generic-array v0.14.7
2026-07-19T11:03:27.9223042Z    Compiling futures-channel v0.3.32
2026-07-19T11:03:27.9872043Z    Compiling rand_core v0.10.1
2026-07-19T11:03:28.0311923Z    Compiling rustversion v1.0.22
2026-07-19T11:03:28.0367182Z    Compiling bitflags v2.12.1
2026-07-19T11:03:28.0483591Z    Compiling hashbrown v0.17.1
2026-07-19T11:03:28.0881797Z    Compiling rustc_version v0.4.1
2026-07-19T11:03:28.0991794Z    Compiling cpufeatures v0.2.17
2026-07-19T11:03:28.1132025Z    Compiling getrandom v0.4.2
2026-07-19T11:03:28.1514414Z    Compiling fnv v1.0.7
2026-07-19T11:03:28.1662523Z    Compiling strsim v0.11.1
2026-07-19T11:03:28.1851385Z    Compiling cfg_aliases v0.2.1
2026-07-19T11:03:28.2251148Z    Compiling writeable v0.6.3
2026-07-19T11:03:28.2341829Z    Compiling litemap v0.8.2
2026-07-19T11:03:28.2438689Z    Compiling icu_properties_data v2.2.0
2026-07-19T11:03:28.3003159Z    Compiling dunce v1.0.5
2026-07-19T11:03:28.3884074Z    Compiling utf8_iter v1.0.4
2026-07-19T11:03:28.3950943Z    Compiling ident_case v1.0.1
2026-07-19T11:03:28.4155087Z    Compiling icu_normalizer_data v2.2.0
2026-07-19T11:03:28.4426675Z    Compiling fs_extra v1.3.0
2026-07-19T11:03:28.4830988Z    Compiling percent-encoding v2.3.2
2026-07-19T11:03:28.5271332Z    Compiling autocfg v1.5.1
2026-07-19T11:03:28.5780800Z    Compiling http v1.4.1
2026-07-19T11:03:28.6290970Z    Compiling thiserror v2.0.18
2026-07-19T11:03:28.6390992Z    Compiling cpufeatures v0.3.0
2026-07-19T11:03:28.6599871Z    Compiling aws-lc-rs v1.17.0
2026-07-19T11:03:28.6821309Z    Compiling unicode-segmentation v1.13.3
2026-07-19T11:03:28.6911687Z    Compiling scopeguard v1.2.0
2026-07-19T11:03:28.7041052Z    Compiling chacha20 v0.10.0
2026-07-19T11:03:28.7483387Z    Compiling syn v2.0.117
2026-07-19T11:03:28.7611361Z    Compiling lock_api v0.4.14
2026-07-19T11:03:28.7741699Z    Compiling form_urlencoded v1.2.2
2026-07-19T11:03:28.8031247Z    Compiling untrusted v0.9.0
2026-07-19T11:03:28.9148702Z    Compiling indexmap v2.14.0
2026-07-19T11:03:28.9410878Z    Compiling rustls v0.23.40
2026-07-19T11:03:28.9519190Z    Compiling heck v0.5.0
2026-07-19T11:03:28.9951105Z    Compiling anyhow v1.0.102
2026-07-19T11:03:29.0171213Z    Compiling const-oid v0.10.2
2026-07-19T11:03:29.0311023Z    Compiling unicode-xid v0.2.6
2026-07-19T11:03:29.0411550Z    Compiling atomic-waker v1.1.2
2026-07-19T11:03:29.0554244Z    Compiling httparse v1.10.1
2026-07-19T11:03:29.0831169Z    Compiling paste v1.0.15
2026-07-19T11:03:29.0974723Z    Compiling zerocopy v0.8.50
2026-07-19T11:03:29.1288233Z    Compiling parking_lot_core v0.9.12
2026-07-19T11:03:29.1395482Z    Compiling convert_case v0.10.0
2026-07-19T11:03:29.2051626Z    Compiling jobserver v0.1.34
2026-07-19T11:03:29.2631549Z    Compiling num-traits v0.2.19
2026-07-19T11:03:29.2756374Z    Compiling hybrid-array v0.4.12
2026-07-19T11:03:29.2931392Z    Compiling curve25519-dalek v4.1.3
2026-07-19T11:03:29.3489685Z    Compiling ahash v0.8.12
2026-07-19T11:03:29.3621869Z    Compiling either v1.16.0
2026-07-19T11:03:29.4250732Z    Compiling base64ct v1.8.3
2026-07-19T11:03:29.4438146Z    Compiling fastrand v2.4.1
2026-07-19T11:03:29.5155268Z    Compiling cc v1.2.63
2026-07-19T11:03:29.5351009Z    Compiling powerfmt v0.2.0
2026-07-19T11:03:29.5800546Z    Compiling crypto-common v0.1.7
2026-07-19T11:03:29.5930810Z    Compiling block-buffer v0.10.4
2026-07-19T11:03:29.6090998Z    Compiling http-body v1.0.1
2026-07-19T11:03:29.6961094Z    Compiling digest v0.10.7
2026-07-19T11:03:29.7091355Z    Compiling pem-rfc7468 v1.0.0
2026-07-19T11:03:29.7141815Z    Compiling deranged v0.5.8
2026-07-19T11:03:29.8191752Z    Compiling pkg-config v0.3.33
2026-07-19T11:03:29.9060622Z    Compiling vcpkg v0.2.15
2026-07-19T11:03:29.9221059Z    Compiling tower-service v0.3.3
2026-07-19T11:03:29.9416347Z    Compiling num-conv v0.2.2
2026-07-19T11:03:29.9951079Z    Compiling mio v1.2.1
2026-07-19T11:03:30.0050789Z    Compiling socket2 v0.6.4
2026-07-19T11:03:30.0652011Z    Compiling getrandom v0.2.17
2026-07-19T11:03:30.1290778Z    Compiling data-encoding v2.11.0
2026-07-19T11:03:30.1330727Z    Compiling try-lock v0.2.5
2026-07-19T11:03:30.1840717Z    Compiling tinyvec_macros v0.1.1
2026-07-19T11:03:30.2261624Z    Compiling rand_core v0.6.4
2026-07-19T11:03:30.2460647Z    Compiling time-core v0.1.8
2026-07-19T11:03:30.2560858Z    Compiling zmij v1.0.21
2026-07-19T11:03:30.3300893Z    Compiling rand v0.10.1
2026-07-19T11:03:30.3373339Z    Compiling uuid v1.23.2
2026-07-19T11:03:30.4079664Z    Compiling base64 v0.22.1
2026-07-19T11:03:30.4136508Z    Compiling parking_lot v0.12.5
2026-07-19T11:03:30.4215523Z    Compiling tinyvec v1.11.0
2026-07-19T11:03:30.4712374Z    Compiling want v0.3.1
2026-07-19T11:03:30.5380728Z    Compiling crypto-common v0.2.2
2026-07-19T11:03:30.6540427Z    Compiling block-buffer v0.12.0
2026-07-19T11:03:30.7806002Z    Compiling sha2 v0.10.9
2026-07-19T11:03:30.8033518Z    Compiling inout v0.1.4
2026-07-19T11:03:30.8120715Z    Compiling vergen-lib v9.1.0
2026-07-19T11:03:30.8583939Z    Compiling n0-future v0.3.2
2026-07-19T11:03:30.8637116Z    Compiling crossbeam-utils v0.8.21
2026-07-19T11:03:30.8697792Z    Compiling spin v0.10.0
2026-07-19T11:03:30.9154301Z    Compiling cordyceps v0.3.4
2026-07-19T11:03:30.9685109Z    Compiling cmake v0.1.58
2026-07-19T11:03:30.9818091Z    Compiling diatomic-waker v0.2.3
2026-07-19T11:03:31.0307053Z    Compiling signature v2.2.0
2026-07-19T11:03:31.1011896Z    Compiling serde_json v1.0.150
2026-07-19T11:03:31.1459696Z    Compiling winnow v1.0.3
2026-07-19T11:03:31.1614961Z    Compiling httpdate v1.0.3
2026-07-19T11:03:31.1980843Z    Compiling parking v2.2.1
2026-07-19T11:03:31.2420587Z    Compiling futures-buffered v0.2.13
2026-07-19T11:03:31.2650374Z    Compiling ed25519 v2.2.3
2026-07-19T11:03:31.3130721Z    Compiling cipher v0.4.4
2026-07-19T11:03:31.3252406Z    Compiling futures-lite v2.6.1
2026-07-19T11:03:31.3833200Z    Compiling netlink-packet-core v0.8.1
2026-07-19T11:03:31.3930371Z    Compiling digest v0.11.3
2026-07-19T11:03:31.4207434Z    Compiling universal-hash v0.5.1
2026-07-19T11:03:31.4350885Z    Compiling vergen v9.1.0
2026-07-19T11:03:31.4480733Z    Compiling vergen-lib v0.1.6
2026-07-19T11:03:31.4630880Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-19T11:03:31.5470541Z    Compiling heapless v0.7.17
2026-07-19T11:03:31.5681004Z    Compiling noq-udp v0.10.0
2026-07-19T11:03:31.5869594Z    Compiling sync_wrapper v1.0.2
2026-07-19T11:03:31.5952120Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-19T11:03:31.6100828Z    Compiling byteorder v1.5.0
2026-07-19T11:03:31.6536427Z    Compiling opaque-debug v0.3.1
2026-07-19T11:03:31.6604638Z    Compiling allocator-api2 v0.2.21
2026-07-19T11:03:31.7018742Z    Compiling polyval v0.6.2
2026-07-19T11:03:31.7480531Z    Compiling spin v0.9.8
2026-07-19T11:03:31.7814634Z    Compiling vergen-gitcl v1.0.8
2026-07-19T11:03:31.8010691Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-19T11:03:31.8470187Z    Compiling hash32 v0.2.1
2026-07-19T11:03:31.8690543Z    Compiling aws-lc-sys v0.41.0
2026-07-19T11:03:31.8990953Z    Compiling ring v0.17.14
2026-07-19T11:03:31.9103314Z    Compiling libsqlite3-sys v0.30.1
2026-07-19T11:03:31.9530827Z    Compiling ryu v1.0.23
2026-07-19T11:03:31.9663879Z    Compiling num_threads v0.1.7
2026-07-19T11:03:31.9833617Z    Compiling fallible-iterator v0.3.0
2026-07-19T11:03:32.0261637Z    Compiling tower-layer v0.3.3
2026-07-19T11:03:32.0540726Z    Compiling signature v3.0.0
2026-07-19T11:03:32.1185014Z    Compiling time v0.3.47
2026-07-19T11:03:32.1610797Z    Compiling ghash v0.5.1
2026-07-19T11:03:32.1621176Z    Compiling aes v0.8.4
2026-07-19T11:03:32.1811334Z    Compiling ctr v0.9.2
2026-07-19T11:03:32.2121180Z    Compiling sha2 v0.11.0-rc.5
2026-07-19T11:03:32.2930737Z    Compiling fs2 v0.4.3
2026-07-19T11:03:32.3631145Z    Compiling http-body-util v0.1.3
2026-07-19T11:03:32.4300592Z    Compiling aead v0.5.2
2026-07-19T11:03:32.4521102Z    Compiling arrayvec v0.7.6
2026-07-19T11:03:32.4800811Z    Compiling openssl-probe v0.2.1
2026-07-19T11:03:32.4858722Z    Compiling utf8parse v0.2.2
2026-07-19T11:03:32.5443955Z    Compiling crossbeam-channel v0.5.15
2026-07-19T11:03:32.5543448Z    Compiling crossbeam-epoch v0.9.18
2026-07-19T11:03:32.6810888Z    Compiling blake3 v1.8.5
2026-07-19T11:03:32.6891528Z    Compiling netlink-packet-route v0.29.0
2026-07-19T11:03:32.7450586Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-19T11:03:32.8218817Z    Compiling aes-gcm v0.10.3
2026-07-19T11:03:32.8463391Z    Compiling memoffset v0.6.5
2026-07-19T11:03:32.9787200Z    Compiling acto v0.8.2
2026-07-19T11:03:32.9800146Z    Compiling netwatch v0.16.0
2026-07-19T11:03:32.9974421Z    Compiling noq v0.18.0
2026-07-19T11:03:33.0051242Z    Compiling foldhash v0.2.0
2026-07-19T11:03:33.0491624Z    Compiling ref-cast v1.0.25
2026-07-19T11:03:33.1432344Z    Compiling identity-hash v0.1.0
2026-07-19T11:03:33.1690572Z    Compiling sorted-index-buffer v0.2.1
2026-07-19T11:03:33.1911434Z    Compiling tagptr v0.2.0
2026-07-19T11:03:33.1980613Z    Compiling thiserror v1.0.69
2026-07-19T11:03:33.2563533Z    Compiling rustix v1.1.4
2026-07-19T11:03:33.2695516Z    Compiling rustc-hash v2.1.2
2026-07-19T11:03:33.3155158Z    Compiling mac-addr v0.3.0
2026-07-19T11:03:33.3210698Z    Compiling lru-slab v0.1.2
2026-07-19T11:03:33.3280863Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-19T11:03:33.3771405Z    Compiling xml-rs v0.8.28
2026-07-19T11:03:33.4892315Z    Compiling hashbrown v0.16.1
2026-07-19T11:03:33.5311168Z    Compiling netlink-packet-route v0.30.0
2026-07-19T11:03:33.6380727Z    Compiling ioctl-rs v0.1.6
2026-07-19T11:03:33.6807005Z    Compiling termios v0.2.2
2026-07-19T11:03:33.7231405Z    Compiling errno v0.3.14
2026-07-19T11:03:33.7877830Z    Compiling serial-core v0.4.0
2026-07-19T11:03:33.8055587Z    Compiling synstructure v0.13.2
2026-07-19T11:03:33.8726603Z    Compiling darling_core v0.20.11
2026-07-19T11:03:33.9408386Z    Compiling serde_derive_internals v0.29.1
2026-07-19T11:03:34.0260742Z    Compiling simple-dns v0.9.3
2026-07-19T11:03:34.2255006Z    Compiling proc-macro-crate v3.5.0
2026-07-19T11:03:34.2258092Z    Compiling xmltree v0.10.3
2026-07-19T11:03:34.4302745Z    Compiling aho-corasick v1.1.4
2026-07-19T11:03:34.4372849Z    Compiling linux-raw-sys v0.12.1
2026-07-19T11:03:34.5051027Z    Compiling sha1_smol v1.0.1
2026-07-19T11:03:34.6081066Z    Compiling smol_str v0.1.24
2026-07-19T11:03:34.6612346Z    Compiling toml_write v0.1.2
2026-07-19T11:03:34.7393630Z    Compiling constant_time_eq v0.4.2
2026-07-19T11:03:34.8111037Z    Compiling arrayref v0.3.9
2026-07-19T11:03:34.8421028Z    Compiling resolv-conf v0.7.6
2026-07-19T11:03:34.8643993Z    Compiling simdutf8 v0.1.5
2026-07-19T11:03:34.8813617Z    Compiling signal-hook v0.3.18
2026-07-19T11:03:34.9147552Z    Compiling regex-syntax v0.8.10
2026-07-19T11:03:34.9290906Z    Compiling winnow v0.7.15
2026-07-19T11:03:35.0450969Z    Compiling lru v0.16.4
2026-07-19T11:03:35.1845017Z    Compiling serial-unix v0.4.0
2026-07-19T11:03:35.2279524Z    Compiling signal-hook-registry v1.4.8
2026-07-19T11:03:35.3370057Z    Compiling darling_core v0.23.0
2026-07-19T11:03:35.4249269Z    Compiling serde_bytes v0.11.19
2026-07-19T11:03:35.5961014Z    Compiling seize v0.5.1
2026-07-19T11:03:35.6374782Z    Compiling hmac v0.12.1
2026-07-19T11:03:35.6486927Z    Compiling serde_derive v1.0.228
2026-07-19T11:03:35.6830025Z    Compiling zeroize_derive v1.4.3
2026-07-19T11:03:35.7562441Z    Compiling tokio-macros v2.7.0
2026-07-19T11:03:36.0237053Z    Compiling futures-macro v0.3.32
2026-07-19T11:03:36.2425916Z    Compiling zeroize v1.8.2
2026-07-19T11:03:36.4190722Z    Compiling zerofrom-derive v0.1.7
2026-07-19T11:03:36.4315847Z    Compiling tokio v1.52.3
2026-07-19T11:03:36.5674848Z    Compiling yoke-derive v0.8.2
2026-07-19T11:03:36.9421526Z    Compiling zerovec-derive v0.11.3
2026-07-19T11:03:36.9636667Z    Compiling futures-util v0.3.32
2026-07-19T11:03:37.2720544Z    Compiling displaydoc v0.2.6
2026-07-19T11:03:37.5350917Z    Compiling tracing-attributes v0.1.31
2026-07-19T11:03:37.7400668Z    Compiling zerofrom v0.1.8
2026-07-19T11:03:37.8360734Z    Compiling rustls-pki-types v1.14.1
2026-07-19T11:03:37.8400593Z    Compiling thiserror-impl v2.0.18
2026-07-19T11:03:37.8693451Z    Compiling yoke v0.8.3
2026-07-19T11:03:38.0520640Z    Compiling zerotrie v0.2.4
2026-07-19T11:03:38.0669889Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-19T11:03:38.2568248Z    Compiling zerovec v0.11.6
2026-07-19T11:03:38.4410649Z    Compiling darling_macro v0.20.11
2026-07-19T11:03:38.5167840Z    Compiling derive_more-impl v2.1.1
2026-07-19T11:03:38.7472022Z    Compiling darling v0.20.11
2026-07-19T11:03:38.7560457Z    Compiling spez v0.1.2
2026-07-19T11:03:38.7618158Z    Compiling n0-error-macros v0.1.3
2026-07-19T11:03:38.8023531Z    Compiling derive_builder_core v0.20.2
2026-07-19T11:03:39.0887111Z    Compiling tinystr v0.8.3
2026-07-19T11:03:39.1120698Z    Compiling potential_utf v0.1.5
2026-07-19T11:03:39.1946165Z    Compiling der v0.8.0-rc.10
2026-07-19T11:03:39.2750518Z    Compiling icu_collections v2.2.0
2026-07-19T11:03:39.3220477Z    Compiling icu_locale_core v2.2.0
2026-07-19T11:03:39.5201590Z    Compiling pin-project-internal v1.1.13
2026-07-19T11:03:39.8516595Z    Compiling n0-error v0.1.3
2026-07-19T11:03:39.9902204Z    Compiling cobs v0.3.0
2026-07-19T11:03:40.1463264Z    Compiling derive_builder_macro v0.20.2
2026-07-19T11:03:40.1671418Z    Compiling ed25519-dalek v2.2.0
2026-07-19T11:03:40.2009846Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-19T11:03:40.4146932Z    Compiling derive_builder v0.20.2
2026-07-19T11:03:40.5084167Z    Compiling icu_provider v2.2.0
2026-07-19T11:03:40.5162899Z    Compiling futures-executor v0.3.32
2026-07-19T11:03:40.6470771Z    Compiling ipnet v2.12.0
2026-07-19T11:03:40.7530608Z    Compiling spki v0.8.0-rc.4
2026-07-19T11:03:40.8895805Z    Compiling icu_normalizer v2.2.0
2026-07-19T11:03:40.8976769Z    Compiling icu_properties v2.2.0
2026-07-19T11:03:40.9381112Z    Compiling pin-project v1.1.13
2026-07-19T11:03:40.9560450Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-19T11:03:41.0270967Z    Compiling prefix-trie v0.8.4
2026-07-19T11:03:41.0600645Z    Compiling futures v0.3.32
2026-07-19T11:03:41.1203966Z    Compiling ed25519 v3.0.0-rc.4
2026-07-19T11:03:41.2724462Z    Compiling once_cell v1.21.4
2026-07-19T11:03:41.3708268Z    Compiling spt-proto v0.38.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-19T11:03:41.4868237Z    Compiling tracing-core v0.1.36
2026-07-19T11:03:41.7080778Z    Compiling postcard-derive v0.2.2
2026-07-19T11:03:41.7593333Z    Compiling hashbrown v0.14.5
2026-07-19T11:03:41.7710699Z    Compiling data-encoding-macro v0.1.20
2026-07-19T11:03:41.8242039Z    Compiling rustls-native-certs v0.8.4
2026-07-19T11:03:41.8402516Z    Compiling num_enum_derive v0.7.6
2026-07-19T11:03:41.9581875Z    Compiling tracing v0.1.44
2026-07-19T11:03:42.2601591Z    Compiling postcard v1.1.3
2026-07-19T11:03:42.2830729Z    Compiling async-trait v0.1.89
2026-07-19T11:03:42.2927040Z    Compiling iroh-metrics-derive v0.4.1
2026-07-19T11:03:42.4172744Z    Compiling tokio-util v0.7.18
2026-07-19T11:03:42.5740618Z    Compiling idna_adapter v1.2.2
2026-07-19T11:03:42.5888937Z    Compiling hashlink v0.9.1
2026-07-19T11:03:42.6981276Z    Compiling idna v1.1.0
2026-07-19T11:03:42.7367705Z    Compiling netlink-sys v0.8.8
2026-07-19T11:03:42.7471218Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-19T11:03:42.7615788Z    Compiling tower v0.5.3
2026-07-19T11:03:42.7740991Z    Compiling enum-assoc v1.3.0
2026-07-19T11:03:42.7901274Z    Compiling strum_macros v0.28.0
2026-07-19T11:03:42.9265450Z    Compiling derive_more v2.1.1
2026-07-19T11:03:42.9461382Z    Compiling rusqlite v0.32.1
2026-07-19T11:03:42.9948926Z    Compiling netdev v0.42.0
2026-07-19T11:03:43.0520306Z    Compiling num_enum v0.7.6
2026-07-19T11:03:43.0586326Z    Compiling netlink-proto v0.12.0
2026-07-19T11:03:43.1270864Z    Compiling iroh-metrics v0.38.3
2026-07-19T11:03:43.1485776Z    Compiling iroh-relay v0.98.0
2026-07-19T11:03:43.1561414Z    Compiling moka v0.12.15
2026-07-19T11:03:43.1772599Z    Compiling url v2.5.8
2026-07-19T11:03:43.2510896Z    Compiling toml_datetime v0.6.11
2026-07-19T11:03:43.3240891Z    Compiling serde_spanned v0.6.9
2026-07-19T11:03:43.3525633Z    Compiling ref-cast-impl v1.0.25
2026-07-19T11:03:43.4560956Z    Compiling h2 v0.4.14
2026-07-19T11:03:43.4840765Z    Compiling tokio-stream v0.1.18
2026-07-19T11:03:43.5465360Z    Compiling thiserror-impl v1.0.69
2026-07-19T11:03:43.5806236Z    Compiling n0-watcher v0.6.1
2026-07-19T11:03:43.6081773Z    Compiling toml_edit v0.22.27
2026-07-19T11:03:43.9378247Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-19T11:03:44.0436265Z    Compiling attohttpc v0.30.1
2026-07-19T11:03:44.0740281Z    Compiling iroh-base v0.98.0
2026-07-19T11:03:44.2923826Z    Compiling spt-store v0.38.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-19T11:03:44.3201007Z    Compiling tower-http v0.6.11
2026-07-19T11:03:44.5237760Z    Compiling webpki-roots v1.0.7
2026-07-19T11:03:44.6341153Z    Compiling regex-automata v0.4.14
2026-07-19T11:03:44.7970783Z    Compiling schemars_derive v1.2.1
2026-07-19T11:03:44.8451032Z    Compiling iroh v0.98.2
2026-07-19T11:03:44.8944611Z    Compiling cmov v0.5.4
2026-07-19T11:03:44.9075029Z    Compiling pin-utils v0.1.0
2026-07-19T11:03:44.9886189Z    Compiling bitflags v1.3.2
2026-07-19T11:03:45.0561194Z    Compiling dyn-clone v1.0.20
2026-07-19T11:03:45.1010283Z    Compiling rustix v0.38.44
2026-07-19T11:03:45.1251260Z    Compiling ctutils v0.4.2
2026-07-19T11:03:45.1430848Z    Compiling filedescriptor v0.8.3
2026-07-19T11:03:45.1760857Z    Compiling nix v0.25.1
2026-07-19T11:03:45.1911058Z    Compiling backon v1.6.0
2026-07-19T11:03:45.3540561Z    Compiling darling_macro v0.23.0
2026-07-19T11:03:45.3731100Z    Compiling papaya v0.2.4
2026-07-19T11:03:45.4331216Z    Compiling hkdf v0.12.4
2026-07-19T11:03:45.5712976Z    Compiling serial v0.4.0
2026-07-19T11:03:45.6580462Z    Compiling anstyle-parse v1.0.0
2026-07-19T11:03:45.6792072Z    Compiling vte_generate_state_changes v0.1.2
2026-07-19T11:03:45.7027911Z    Compiling strum v0.28.0
2026-07-19T11:03:45.8082708Z    Compiling iroh-dns v0.98.0
2026-07-19T11:03:45.8433992Z    Compiling is_terminal_polyfill v1.70.2
2026-07-19T11:03:45.8677447Z    Compiling foldhash v0.1.5
2026-07-19T11:03:45.8800548Z    Compiling downcast-rs v1.2.1
2026-07-19T11:03:45.9140199Z    Compiling anstyle-query v1.1.5
2026-07-19T11:03:45.9145451Z    Compiling linux-raw-sys v0.4.15
2026-07-19T11:03:45.9244871Z    Compiling shell-words v1.1.1
2026-07-19T11:03:45.9461522Z    Compiling colorchoice v1.0.5
2026-07-19T11:03:46.0200727Z    Compiling anstyle v1.0.14
2026-07-19T11:03:46.0266780Z    Compiling instability v0.3.12
2026-07-19T11:03:46.0319609Z    Compiling hashbrown v0.15.5
2026-07-19T11:03:46.0870406Z    Compiling vte v0.13.1
2026-07-19T11:03:46.1638196Z    Compiling toml v0.8.23
2026-07-19T11:03:46.2660582Z    Compiling anstream v1.0.0
2026-07-19T11:03:46.3505865Z    Compiling signal-hook-mio v0.2.5
2026-07-19T11:03:46.3690393Z    Compiling darling v0.23.0
2026-07-19T11:03:46.4241810Z    Compiling spake2 v0.4.0
2026-07-19T11:03:46.4433450Z    Compiling terminal_size v0.4.4
2026-07-19T11:03:46.5568547Z    Compiling strum_macros v0.26.4
2026-07-19T11:03:46.6384550Z    Compiling sha1 v0.10.6
2026-07-19T11:03:46.7636472Z    Compiling schemars v1.2.1
2026-07-19T11:03:46.8108916Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-19T11:03:46.8195798Z    Compiling itertools v0.13.0
2026-07-19T11:03:46.9400969Z    Compiling castaway v0.2.4
2026-07-19T11:03:47.0121305Z    Compiling static_assertions v1.1.0
2026-07-19T11:03:47.0601844Z    Compiling unicode-width v0.1.14
2026-07-19T11:03:47.1920635Z    Compiling doctest-file v1.1.1
2026-07-19T11:03:47.2710915Z    Compiling clap_lex v1.1.0
2026-07-19T11:03:47.3477667Z    Compiling indoc v2.0.7
2026-07-19T11:03:47.4586952Z    Compiling regex v1.12.3
2026-07-19T11:03:47.5445065Z    Compiling clap_builder v4.6.0
2026-07-19T11:03:47.6759877Z    Compiling interprocess v2.4.2
2026-07-19T11:03:48.0940669Z    Compiling spt-msg v0.38.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-19T11:03:48.3600561Z    Compiling crossterm v0.28.1
2026-07-19T11:03:48.4660971Z    Compiling spt-runtime v0.38.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-19T11:03:48.7231571Z    Compiling compact_str v0.8.2
2026-07-19T11:03:48.9014076Z    Compiling unicode-truncate v1.1.0
2026-07-19T11:03:48.9239230Z    Compiling lru v0.12.5
2026-07-19T11:03:48.9306302Z    Compiling strum v0.26.3
2026-07-19T11:03:49.0260219Z    Compiling hyper v1.10.1
2026-07-19T11:03:49.0368683Z    Compiling clap_derive v4.6.1
2026-07-19T11:03:49.0619412Z    Compiling portable-pty v0.8.1
2026-07-19T11:03:49.0879696Z    Compiling cassowary v0.3.0
2026-07-19T11:03:49.3451533Z    Compiling iana-time-zone v0.1.65
2026-07-19T11:03:49.4421751Z    Compiling spt-term v0.38.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-19T11:03:49.6161564Z    Compiling unicode-width v0.2.0
2026-07-19T11:03:49.6504990Z    Compiling chrono v0.4.45
2026-07-19T11:03:49.8600090Z    Compiling ratatui v0.29.0
2026-07-19T11:03:49.8890851Z    Compiling nucleo-matcher v0.3.1
2026-07-19T11:03:50.0008930Z    Compiling qrcode v0.14.1
2026-07-19T11:03:50.1934501Z    Compiling tempfile v3.27.0
2026-07-19T11:03:50.8255615Z    Compiling hyper-util v0.1.20
2026-07-19T11:03:51.2770892Z    Compiling clap v4.6.1
2026-07-19T11:03:51.9734703Z    Compiling spt-live v0.38.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-19T11:03:52.6422000Z    Compiling igd-next v0.17.1
2026-07-19T11:03:53.7565688Z    Compiling portmapper v0.16.0
2026-07-19T11:03:57.5921964Z    Compiling rustls-webpki v0.103.13
2026-07-19T11:03:59.8290934Z    Compiling tokio-rustls v0.26.4
2026-07-19T11:03:59.8291767Z    Compiling rustls-platform-verifier v0.7.0
2026-07-19T11:03:59.8292096Z    Compiling noq-proto v0.17.0
2026-07-19T11:03:59.9623338Z    Compiling hickory-net v0.26.0-beta.4
2026-07-19T11:03:59.9624423Z    Compiling hyper-rustls v0.27.9
2026-07-19T11:03:59.9624823Z    Compiling tokio-websockets v0.13.2
2026-07-19T11:04:00.0974138Z    Compiling reqwest v0.13.4
2026-07-19T11:04:00.9872664Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-19T11:04:14.0764494Z    Compiling spt-net v0.38.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-19T11:04:15.4381948Z    Compiling spt-daemon v0.38.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-19T11:04:24.1909946Z    Compiling spt v0.38.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-19T11:04:28.7814261Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 01s
2026-07-19T11:04:28.8025258Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-4642e723be3fce73)
2026-07-19T11:04:28.8038667Z 
2026-07-19T11:04:28.8041037Z running 1 test
2026-07-19T11:04:34.8918428Z test new_brain_serves_against_old_broker ... ok
2026-07-19T11:04:34.8918769Z 
2026-07-19T11:04:34.8919115Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.09s
2026-07-19T11:04:34.8919869Z 
